golang.org/x/net/http2.bufferedWriter.bw (field)

8 uses

	golang.org/x/net/http2 (current package)
		http2.go#L260: 	bw          *bufio.Writer          // non-nil when data is buffered
		http2.go#L287: 	if w.bw == nil {
		http2.go#L290: 	return w.bw.Available()
		http2.go#L294: 	if w.bw == nil {
		http2.go#L297: 		w.bw = bw
		http2.go#L299: 	return w.bw.Write(p)
		http2.go#L303: 	bw := w.bw
		http2.go#L310: 	w.bw = nil